home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / System / SignIn.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-10-28  |  3.3 KB  |  226 lines

  1. cite
  2. {
  3.     float:left;
  4.     display:block;
  5.     margin:0 0 0 0;
  6.     font-size:11px;
  7.     color:#555;
  8. }
  9.  
  10. #LeftSide
  11. {
  12.     float:left;
  13.     margin:0 0 0 0;
  14.     width:350px;
  15.     height:500px;
  16.     background: url(/img/App_GUI/BundleCover/Sep_Line.jpg) no-repeat right;
  17. }
  18.     
  19.     a.Login_Controls:link, a.Login_Controls:visited
  20.     {
  21.         float:left;
  22.         display:block;
  23.         margin:0 0 0 0;
  24.         line-height:20px;
  25.         color:#333;
  26.         text-decoration:none;
  27.     }
  28.     
  29.     a.Login_Controls:hover
  30.     {
  31.         color:#000;
  32.         text-decoration:underline;
  33.     }
  34.  
  35. .GroupHeader
  36. {
  37.     float:left;
  38.     clear:left;
  39.     display:block;
  40.     width:250px;
  41.     height:10px;
  42.     margin:130px 0 0 10px;
  43.     background:url(/img/App_GUI/BundleCover/Block_Start.jpg) bottom no-repeat;
  44. }
  45.  
  46. .GroupBody
  47. {
  48.     float:left;
  49.     clear:left;
  50.     display:block;
  51.     width:240px !important;
  52.     width:250px;
  53.     margin:0 0 0 10px;
  54.     background:url(/img/App_GUI/BundleCover/Block_Mid.jpg) repeat-y;
  55.     
  56.     padding:0 0px 0 10px;
  57.     line-height:20px;
  58.     color:#333;
  59.     font-family:Tahoma, Arial, sans-serif;
  60.     font-size:12px;
  61. }
  62.  
  63.     .Input_UserName
  64.     {
  65.         float:left;
  66.         display:block;
  67.         width:228px;
  68.         height:20px;
  69.         line-height:17px;
  70.         border:1px solid #555;
  71.         background:#eee;
  72.         text-align:center;
  73.         font-size:12px;
  74.         font-weight:bold;
  75.         color:#555;
  76.     }
  77.     .Login_Btn
  78.     {
  79.         float:right;
  80.         width:120px;
  81.         height:25px;
  82.         color:#333;
  83.         line-height:20px;
  84.         font-family:Tahoma, sans-serif;
  85.         font-size:12px;
  86.         font-weight:bold;
  87.         margin:5px 10px 0 0;
  88.     }
  89.     .SpecialInfo
  90.     {
  91.         float:left;
  92.         display:block;
  93.         width:230px;
  94.         height:25px;
  95.         
  96.         border-top:2px solid #69f;
  97.         margin:10px 0 0 0;
  98.         color:#06c;
  99.         line-height:25px;
  100.         text-align:center;
  101.     }
  102.  
  103. .GroupFooter
  104. {
  105.     float:left;
  106.     clear:left;
  107.     display:block;
  108.     width:250px;
  109.     height:12px;
  110.     margin:0 0 0 10px;
  111.     background:url(/img/App_GUI/BundleCover/Block_End.jpg) no-repeat;
  112. }
  113.  
  114. .Label
  115. {
  116.     float:left;
  117.     display:block;
  118.     margin:20px 0 0 10px;
  119. }
  120.  
  121. .LoginLabel
  122. {
  123.     float:right;
  124.     margin-right:20px;
  125.     margin-top:200px;
  126.     width:100px;
  127.     height:38px;
  128.     background:url(/img/App_GUI/BundleCover/Label_Login.jpg) no-repeat;
  129. }
  130.  
  131. #CopyRightZone
  132. {
  133.     width:100%;
  134.     height:55px;
  135.     position:absolute;
  136.     left:5px;
  137.     bottom:0px;
  138. }
  139.  
  140. #CopyRightZone p
  141. {
  142.     line-height:0px;
  143.     font-family:'Tahoma', 'Lucida Grande', arial, sans-serif;
  144.     color:#ccc;
  145.     font-size:11px;
  146. }
  147.  
  148. #RightSide
  149. {
  150.     float:left;
  151.     margin:0 0 0 0;
  152.     width:640px;
  153.     height:500px;
  154. }
  155.  
  156. a.UserItem:link, a.UserItem:visited
  157. {
  158.     float:left;
  159.     display:block;
  160.     position:relative;
  161.     margin:5px 0 5px 0;
  162.     width:227px;
  163.     height:40px;
  164.     text-decoration:none;
  165.     font-weight:bold;
  166.     color:#555;
  167.     font-size:14px;
  168.     border:1px solid #ccc;
  169.     font-family:Arial, sans-serif;
  170.     cursor:hand;
  171.     background:url(/img/App_GUI/BundleCover/UserItem_bg.jpg) no-repeat left top;
  172. }
  173.  
  174. a.UserItem:hover
  175. {
  176.     color:#000;
  177.     background:url(/img/App_GUI/BundleCover/UserItem_hover_bg.jpg) no-repeat left top;
  178.     border:1px solid #a0a9af;
  179. }
  180.  
  181. .UserAvator
  182. {
  183.     float:left;
  184.     height:40px;
  185.     border-right:1px solid #ccc;
  186. }
  187.  
  188. .UserName
  189. {
  190.     float:left;
  191.     margin:0 0 0px 5px;
  192.     width:100px;
  193. }
  194.  
  195. .Password_Input
  196. {
  197.     float:left;
  198.     width:155px !important;
  199.     width:140px;
  200.     height:20px;
  201.     background:#fff;
  202.     border:1px solid #ccc;
  203.     margin: 0 0 0 5px;
  204. }
  205.  
  206. .HintText
  207. {
  208.     float:left;
  209.     font-weight:normal;
  210.     width:150px;
  211.     height:20px;
  212.     color:#888;
  213.     font-size:12px;
  214.     text-align:center;
  215.     line-height:20px;
  216. }
  217.  
  218. .User_Indicator
  219. {
  220.     position:absolute;
  221.     right:2px;
  222.     top:2px;
  223.     background:url(/img/App_GUI/Misc/indicator_4.gif) no-repeat;
  224.     width:16px;
  225.     height:16px;
  226. }